projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c8c899
)
[IA64] Fix a typo.
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Mon, 3 Jul 2006 13:42:17 +0000
(07:42 -0600)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Mon, 3 Jul 2006 13:42:17 +0000
(07:42 -0600)
Signed-off-by: Zhang xiantao <xiantao.zhang@intel.com>
xen/arch/ia64/vmx/vmx_support.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/vmx/vmx_support.c
b/xen/arch/ia64/vmx/vmx_support.c
index 2be02a816e3c916bd3f50aad515194bf6cecc0e7..7b90a08bdb55bd5a580080083923635f0516136c 100644
(file)
--- a/
xen/arch/ia64/vmx/vmx_support.c
+++ b/
xen/arch/ia64/vmx/vmx_support.c
@@
-58,7
+58,7
@@
void vmx_wait_io(void)
if (d->shared_info->evtchn_pending[port / BITS_PER_LONG])
set_bit(port / BITS_PER_LONG, &v->vcpu_info->evtchn_pending_sel);
- if (
&
v->vcpu_info->evtchn_pending_sel)
+ if (v->vcpu_info->evtchn_pending_sel)
set_bit(0, &v->vcpu_info->evtchn_upcall_pending);
}